Computer Network


Q201.

In the slow start phase of the TCP congestion control algorithm, the size of the congestion window
GateOverflow

Q202.

Packets of the same session may be routed through different paths in:
GateOverflow

Q203.

While opening a TCP connection, the initial sequence number is to be derived using a time-of-day (ToD) clock that keeps running even when the host is down. The low order 32 bits of the counter of the ToD clock is to be used for the initial sequence numbers. The clock counter increments once per millisecond. The maximum packet lifetime is given to be 64s. Which one of the choices given below is closest to the minimum permissible rate at which sequence numbers used for packets of a connection can increase?
GateOverflow

Q204.

Which of the following transport layer protocols is used to support electronic mail?
GateOverflow

Q205.

The persist timer is used in TCP to
GateOverflow

Q206.

Assuming that for a given network layer implementation, connection establishment overhead is 100 bytes and disconnection overhead is 28 bytes. What would be the minimum size of the packet the transport layer needs to keep up, if it wishes to implement a datagram service above the network layer and needs to keep its overhead to a minimum of 12.5%. (ignore transport layer overhead)
GateOverflow

Q207.

Consider a TCP connection in a state where there are no outstanding ACKs. The sender sends two segments back to back. The sequence numbers of the first and second segments are 230 and 290 respectively. The first segment was lost, but the second segment was received correctly by the receiver. Let X be the amount of data carried in the first segment (in bytes), and Y be the ACK number sent by the receiver. The values of X and Y (in that order) are
GateOverflow

Q208.

The three way handshake for TCP connection establishment is shown below. Which of the following statements are TRUE? S1: Loss of SYN + ACK from the server will not establish a connection S2: Loss of ACK from the client cannot establish the connection S3: The server moves LISTEN \to SYN\_RCVD \to SYN\_SENT \to ESTABLISHED in the state machine on no packet loss S4: The server moves LISTEN \to SYN\_RCVD \to ESTABLISHED in the state machine on no packet loss
GateOverflow

Q209.

Consider the data transfer using TCP over a 1 Gbps link. Assuming that the maximum segment lifetime (MSL) is set to 60 seconds, the minimum number of bits required for the sequence number field of the TCP header, to prevent the sequence number space from wrapping around during the MSL is
GateOverflow

Q210.

Consider the following statements regarding the slow start phase of the TCP congestion control algorithm. Note that cwnd stands for the TCP congestion window and MSS denotes the Maximum Segment Size. (i) The cwnd increases by 2 MSS on every successful acknowledgment. (ii) The cwnd approximately doubles on every successful acknowledgement. (iii) The cwnd increases by 1 MSS every round trip time. (iv) The cwnd approximately doubles every round trip time. Which one of the following is correct?
GateOverflow